-
Notifications
You must be signed in to change notification settings - Fork 196
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
increasing node memory to be able to build the store-sync package #2802
increasing node memory to be able to build the store-sync package #2802
Conversation
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this nicely mirrors
mud/.github/workflows/build.yml
Lines 9 to 10 in 0ae9189
env: | |
NODE_OPTIONS: "--max-old-space-size=4096" |
I just noticed this is running on an old fork of this repo with some changes that diverge from main, which is causing CI to fail. Mind rebasing your branch on latest main? |
This PR is targeting branch 'historical_indexer', because I need the change in this branch. Should I make a new one for main branch and you merge main into historical_indexer? |
oh sorry! I missed that detail in the description in the issue what are you using the historical indexer for? that'd help me figure out if we should catch it up to main or not |
this would be a welcome change in main as well if you're up for it! |
it's used for the skystrife analytics dashboard by world explorers https://skystrife.worlds.online/ |
…tticexyz#2802) (cherry picked from commit 31e0a4b)
I created a new pull request for main #2810 |
fixes #2801